home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 195 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: news.mcs.net!usenet
  2. From: kanep@mcs.com (Kane Peterson)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: What's TCP *supposed* to do?
  5. Date: 5 Jan 1996 05:28:28 GMT
  6. Organization: MCSNet Internet Services
  7. Message-ID: <2068.6577T1399T2703@mcs.com>
  8. References: <4cg68q$kg6@homer.alpha.net>
  9. NNTP-Posting-Host: kanep.pr.mcs.net
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13. >I am desperately trying to get my tcp in gear for the new year. I am using
  14. >the 4.0 demo and the PPP demo and amiconnect for the dialing part.
  15.  
  16. >I dicked around with assigns all night and now I get no error messeges when
  17. >I start AmiTCP but nothing else seems to happen either. The title screen
  18. >opens then I click ok and it closes. amiconnect dials the phone ok and
  19. >connects and logs on and I get a PPP connection but amiconnect and amiTCP
  20. >don't seem to be connected together at all.
  21.  
  22. >I'm afraid I'm not quit sure what result I'm suppose to be getting.
  23. >Shouldn't AmiTCP open a window or something? What is suppose to happen?
  24.  
  25. Well. usually nothing will happen  :)  Really, once you are connected you need
  26. to run something to see if your connection is working.  My test is to open a
  27. shell and 'ping' a site.  For example, dialup to your provider, once you have
  28. started AmiTCP, in a shell type 'ping mp.cs.niu.edu' [you can replace
  29. "mp.cs.niu.edu" with what whatever host you want or use it if you wish].  If
  30. you get something like:
  31.  
  32. ---
  33.  
  34. 9.AmigaDrive:> ping mp.cs.niu.edu     <--- This is what I typed in
  35.  
  36. PING mp.cs.niu.edu (131.156.1.2): 56 data bytes
  37. 64 bytes from 131.156.1.2: icmp_seq=0 ttl=245 time=191 ms
  38. 64 bytes from 131.156.1.2: icmp_seq=1 ttl=245 time=185 ms
  39. 64 bytes from 131.156.1.2: icmp_seq=2 ttl=245 time=183 ms
  40. 64 bytes from 131.156.1.2: icmp_seq=3 ttl=245 time=178 ms
  41.  
  42. --- mp.cs.niu.edu ping statistics ---
  43. 4 packets transmitted, 4 packets received, 0% packet loss
  44. round-trip min/avg/max = 178/184/191 ms
  45.  
  46. ---
  47.  
  48. then you are connected.  By the way, press Control-C to stop the ping command.
  49. If you don't see anything going on, then something isn't set up right.  If
  50. it does work, then you should be able to run any of your TCP clients that you
  51. wish that this point.
  52.  
  53.         Kane            --------------------------------------------
  54.         Peterson       -- "Kane's World" World Wide Web Home Page: --
  55.                        --      http://www.mcs.net/~kanep/www/      --
  56.         kanep@mcs.com   --------------------------------------------
  57.  
  58.